home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 201
/
DPCS1104.ISO
/
Full
/
QuickBooks
/
QBTutor
/
Lesson4
/
Lesson4.dcr
/
00162_Form Template field talk-about selected.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-02-01
|
245 b
|
14 lines
property spriteNum
on doListSelect
t = sprite(spriteNum).member.text
case t of
"Service Invoice":
go("Form:Service")
"Product Invoice":
go("Form:Product")
"Professional Invoice":
go("Form:Prof")
end case
end